Metro-style / iPhone apps development too demanding for newbie developers? [closed]

Posted by linquize on Programmers See other posts from Programmers or by linquize
Published on 2012-10-25T06:29:37Z Indexed on 2012/10/25 11:15 UTC
Read the original article Hit count: 160

Filed under:
|

Both Metro-style and iPhone app require approval and publishing to app store.

And they focus most on user interface and the quality of the software. Developers must deal with technical aspects,

such as async programming (no UI blocking),

no console program (must design a UI that cope with "Standard"),

no CPU hungry (pause app if deactivated),

need to study the permission matrix (not full access right),

and more ...

A newbie is not familiar with threading and synchronization.

Do you thick they are too demanding for newbie developers? Can you give more examples how demanding it is?

© Programmers or respective owner

Related posts about ios

Related posts about metro